Sync Boatstack from Intelligence Flow Labs @ e2ba11f185aa - #125
Merged
operator-stack-publisher[bot] merged 1 commit intoJul 27, 2026
Merged
Conversation
operator-stack-publisher
Bot
deleted the
sync/intelligence-flow-e2ba11f185aa
branch
July 27, 2026 05:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this sync releases
A mutation blocked by invalid delivery state now names the step that clears it
Invalid managed delivery state blocks all product mutation. This is deliberate: adding a delivery to
the ignore list quiets the status report, but it does not let corrupt state pass the mutation guard,
so bad state can never be laundered into a change. That protection stays.
What was missing was a way forward. The block reported an opaque verification error and did not say how
to unblock work, and the operator's ignore action did not help on this path. The step to run was not
named.
The block is now actionable. When invalid delivery state stops a mutation, the guard names
discard-delivery— the reachable step that archives the corrupt state reversibly and lets workcontinue. It also separates a corrupt-state fault, which a step can clear, from a sensing fault such as
an unreadable store or a broken configuration, which is diagnosed by the read-only
doctorbecause nomutation step can repair a channel. The read-only status path keeps tolerating an ignored delivery; the
mutation path keeps failing closed — the same rule, each boundary in its own role.
Projection provenance
Generated from
operatorstack/intelligence-flow@e2ba11f185aa370ec4302ffcd1f4f7e622f60105.Review provenance, tests, and examples before merging.